home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / PublicDomain / Anwendungen / LimitWhite / Source / protos.h < prev   
Text File  |  2000-01-16  |  897b  |  22 lines

  1. /* ------------------------------------------------------------------------------------------------------------ */
  2. /*                                                                                                              *
  3.  *   LimitWhite V1.0 Prototypes
  4.  *                                                                                                              */
  5. /* ------------------------------------------------------------------------------------------------------------ */
  6.  
  7. /* ------------------------------------------------------------------------------------------------------------ */
  8.  
  9. void CheckOSVer();
  10. void GetToolTypes();
  11. void DoIDCMP();
  12. void SetupCx();
  13. void AttemptExit();
  14. void CleanUp();
  15.  
  16. void InstallPatches();
  17. BOOL RemovePatches();
  18.  
  19. /* ------------------------------------------------------------------------------------------------------------ */
  20.  
  21. /* End Of Text */
  22.